home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 April / CICA MS Windows - April 1993.iso / unzipped / util / navobs / install.inf < prev    next >
INI File  |  1992-04-26  |  2KB  |  60 lines

  1. [dialog]
  2.     caption = "Naval Obsetvatory Time Installation"
  3.     line1 = "Installing Naval Obsetvatory Time"
  4. ; The diskkfmt is [optional] remove this line entirely to not show Total Disk space needed.
  5.     diskkfmt = "Total Disk Requirement: %dK"
  6.  
  7. [buttons]
  8. ;1-on/0-off, K-needed, "button text"
  9. ;First item is a dummy and indicates base-level (installLevel 0) required. It is the total K required.
  10. ;Subsequent items control inclusion/exclusion of installLevel N. Upto 4 checkboxes.
  11.     1, 480, "Total K Needed for everything."
  12.  
  13. [data]
  14. ; Below defdir is known as 0: as a destination ONLY and libdir is known as L: as a destination ONLY.
  15.     defdir = C:\navobs
  16.     libdir = W:RlzRun10
  17.  
  18. [disks]
  19.     1 =., "Naval Obsetvatory Time Disk 1"
  20. ;    2 =., "YourApp Disk 2"
  21.  
  22. [app.tree]
  23. ; Must be #appN where N is the installLevel at least one line per destination directory.  SPECIAL, 0: indicates user-
  24. ; specified data.defdir (default above),  SPECIAL, L: indicates data.libdir (default above) if present, else same as "0:".
  25.     #app0.main,            0:
  26.     #app0.lib,            L:
  27.  
  28. ; In each section, list of source files.  The 1: or 2: only matters when the file is not found, in which
  29. ; case it selects a prompt from the [disks] section above.
  30. [app0.main]
  31.     1:navobs.EXE,    "Application"
  32.     1:DriftFix.EXE
  33.     1:DrFixNM.EXE
  34.     1:nav.cfg
  35.     1:readme.txt
  36.     1:shade3d.exe
  37. [app0.lib]
  38.     1:ANIMATE.EXE
  39.     1:RlzRun10.rts
  40.     1:Standard.exe  
  41.     1:CCLib1.exe
  42. [progman.groups]
  43. ; Groupname [,any 2nd param indicates do not minimize] The application name literally must match below.
  44. "Compleat Software" ,1
  45.  
  46. [Compleat Software]
  47. ;installLevel, "Title", cmdLine [, iconFile [, iconDex]]
  48.     0, "Naval Obs.",        0:navobs.EXE
  49.     0, "Drift Fix",        0:DriftFix.EXE
  50.     0,"Drift Fix No Message",    0:DrFixNM.exe
  51.     0, "Read Me First",        0:Readme.txt
  52.  
  53. ;[inifiles]
  54. ;0, inifilename, sectionheader
  55. ;    followed by any number of:
  56. ;1, variable, string
  57. ;    0, Junk1.INI, "Junk section"
  58. ;    1, Maximized, 1
  59.  
  60.